home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / gui / gadtoolsbox20c.lha / GadToolsBox / GTXLib / Docs / GetFileClass.doc next >
Text File  |  1993-04-01  |  789b  |  28 lines

  1. Class:          getfileclass
  2. Superclass:     imageclass
  3. Include File:
  4.  
  5. This class is an extension to the existing imageclass. It is ment to be used
  6. as a gadget in conjunction with a string gadget that exists for file/dir/volume
  7. name retrieving. When the user presses a gadget with this image instead of
  8. typing the file/dir/volume into the string gadget the application should open
  9. up a file/dir/volume requester for the user to select one.
  10.  
  11. New Methods:
  12.  
  13. None.
  14.  
  15. Changed Methods:
  16.  
  17. None.
  18.  
  19. Supported Methods:
  20. OM_NEW, IM_ERASE, IM_DRAW. All other methods are passed onto the superclass
  21. dispatcher.
  22.  
  23. Attributes:
  24.  
  25. IA_Left, IA_Top, IA_Height (I) - These attributes should be used to set the
  26. position and height of the GetFile image. The width of the GetFile image is
  27. fixed and cannot be changed.
  28.